home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / utilfile / incommnd / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-01-11  |  261 b   |  18 lines

  1. @echo off
  2. if exist incomand.exe goto OK
  3.   echo    To install, type
  4.   echo        A:    (or your drive letter)
  5.   echo        INSTALL
  6.   goto exit
  7.  
  8. :OK
  9. echo Creating C:\IL\ ....
  10. MD c:\il
  11. echo Copying ....
  12. copy/v incomand.exe c:\il
  13. c:
  14. cd \il
  15. incomand
  16. install
  17. :exit
  18.